Connect Mailbox
Command Prototype
objMail = Mail.Connect(sServer, sUid, sPwd, sType, iPort, bSsl)
Command Description
Connect to a mailbox and use it as the object to manipulate
Parameter Description
- Required Parameter
- sServer--The address of a server
- sUid--Mailbox account
- sPwd--Login password
- sType--Use protocol
- iPort--The SMTP server port (the default is 25), and generally does not need to be modified
- bSsl--Whether to encrypt with ssl protocol, the default is false
- return
- objMail--The variable used to save the output of the function call